From: Ross Lagerwall Date: Wed, 14 Dec 2016 07:51:58 +0000 (+0000) Subject: tools/livepatch: Remove unused struct member X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~3137 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=a7e8107dbb1d2cbd5c11bc7753807430cdde9599;p=xen.git tools/livepatch: Remove unused struct member Signed-off-by: Ross Lagerwall Acked-by: Wei Liu Reviewed-by: Konrad Rzeszutek Wilk --- diff --git a/tools/misc/xen-livepatch.c b/tools/misc/xen-livepatch.c index 4ebe95e9b1..fd2f968506 100644 --- a/tools/misc/xen-livepatch.c +++ b/tools/misc/xen-livepatch.c @@ -238,7 +238,6 @@ struct { const char *name; const char *verb; int (*function)(xc_interface *xch, char *name, uint32_t timeout); - unsigned int executed; /* Has the function been called?. */ } action_options[] = { { .allow = LIVEPATCH_STATE_CHECKED, .expected = LIVEPATCH_STATE_APPLIED,